Learn R Programming

adegenet (version 1.2-1)

Auxiliary functions: Utilities functions for adegenet

Description

These functions are mostly used internally in adegenet. The notable exception is adegenetWeb, which opens the adegenet website in the default navigator. The other functions are: - .rmspaces: remove peripheric spaces in a character string - .genlab: generate labels in a correct alphanumeric ordering - .readExt: read the extension of a given file

Usage

adegenetWeb()
.genlab(base, n)

Arguments

base
a character string forming the base of the labels
n
the number of labels to generate

Value

  • For .genlab, a character vector of size "n".

encoding

UTF-8

Examples

Run this code
## this opens the adegenet website
adegenetWeb()

.genlab("Locus-",11)

Run the code above in your browser using DataLab